/*!*************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./wwwroot/css/print.css ***!
  \*************************************************************************/
/* Print Override Rules */
/* Print resolution defaults to 670px, so the mobile stylesheet (xs) will always be used. */
/* Instead of forcing the use of the xs class, we're going to override (sm) just for print media */
/* Because the file is included as a media="print", we don't need the @media print {} block */

/* https://stackoverflow.com/questions/22199429/bootstrap-grid-for-printing for A4/670px information*/
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}

.col-sm-12 {
	width: 100%;
}

.col-sm-11 {
	width: 91.66666667%;
}

.col-sm-10 {
	width: 83.33333333%;
}

.col-sm-9 {
	width: 75%;
}

.col-sm-8 {
	width: 66.66666667%;
}

.col-sm-7 {
	width: 58.33333333%;
}

.col-sm-6 {
	width: 50%;
}

.col-sm-5 {
	width: 41.66666667%;
}

.col-sm-4 {
	width: 33.33333333%;
}

.col-sm-3 {
	width: 25%;
}

.col-sm-2 {
	width: 16.66666667%;
}

.col-sm-1 {
	width: 8.33333333%;
}

/*[data-component="primaryNavigation"] .menu-toggle {
	z-index: unset;
}*/

[data-component="primaryNavigation"].hamburger .menu-toggle [data-component="primaryNavigation.menu"], [data-component="primaryNavigation"].menu-label .menu-toggle [data-component="primaryNavigation.menu"] {
	display: block;
}

/* Add css for components that we want to hide when printing here */
[data-component="header"].hide-for-print,
[data-component="footer"].hide-for-print,
[data-component="primaryNavigation"].hide-for-print,
[data-component="secondaryNavigation"].hide-for-print,
[data-component="printGivingStatementButton"].hide-for-print {
	display: none;
}



/*# sourceMappingURL=print.min.css.map*/